projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f137d
)
Include math.h.
author
Jason Rumney
<jasonr@gnu.org>
Wed, 24 Oct 2007 13:57:45 +0000
(13:57 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Wed, 24 Oct 2007 13:57:45 +0000
(13:57 +0000)
src/ChangeLog
patch
|
blob
|
history
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index cc85133e80e3bc85d150541fae314aee2c754aef..c593aa83c0bd6e7d436b71bb919b6b0724bf3111 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2007-10-24 Jason Rumney <jasonr@gnu.org>
+
+ * w32fns.c: Include math.h.
+
2007-10-24 Richard Stallman <rms@gnu.org>
* frame.c (x_figure_window_size): For fullscreen case,
diff --git
a/src/w32fns.c
b/src/w32fns.c
index e8a2dc913de87dfaa92926c505db5f87bc83d398..501fb3917270fe9a917ff3091ef7f086aa495124 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-27,6
+27,7
@@
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include <limits.h>
#include <errno.h>
+#include <math.h>
#include "lisp.h"
#include "charset.h"